projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80b9df3
)
(delete-horizontal-space): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 23 Dec 2006 18:08:24 +0000
(18:08 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 23 Dec 2006 18:08:24 +0000
(18:08 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 2043a20cf9b5c2dab9a4a825e0c390ace657fe6e..da0f95c0ec620dea8b227bf141ebe4e2c7e122b5 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-706,7
+706,7
@@
Leave one space or none, according to the context."
(defun delete-horizontal-space (&optional backward-only)
"Delete all spaces and tabs around point.
-If BACKWARD-ONLY is non-nil, only delete
spaces
before point."
+If BACKWARD-ONLY is non-nil, only delete
them
before point."
(interactive "*P")
(let ((orig-pos (point)))
(delete-region